go/types.Checker.recordInstance (method)

4 uses

	go/types (current package)
		call.go#L57: 	check.recordInstance(ix.Orig, targs, res)
		call.go#L398: 		check.recordInstance(call.Fun, targs, rsig)
		check.go#L511: func (check *Checker) recordInstance(expr ast.Expr, targs []Type, typ Type) {
		typexpr.go#L473: 		check.recordInstance(ix.Orig, inst.TypeArgs().list(), inst)